home *** CD-ROM | disk | FTP | other *** search
/ Virtual Valerie (Director's Cut) / Virtual Valerie (Director's Cut).iso / valerie / vvdata / vvapt / tobed / 00322.ls < prev    next >
Encoding:
Text File  |  1994-10-07  |  196 b   |  15 lines

  1. on pup
  2.   installMenu(321)
  3. end
  4.  
  5. on callabout a
  6.   callmovie("abouts", 1, a)
  7. end
  8.  
  9. on callmovie a, b, c
  10.   global prevf, prevm
  11.   set prevm to the movie
  12.   set prevf to c
  13.   go(b, "::" & a & ":" & a)
  14. end
  15.